gpsbabel.git
2002-11-24 robertlAdd selectors for GPX and pdb.
2002-11-22 robertlBetter determination of garmin waypoint shortname lengt...
2002-11-21 robertlFinish prototyping GUI Actually invokes gpsbabel now.
2002-11-21 robertlSet environment up for testing.
2002-11-21 robertlTighten test suite for Windows; sync it to UNIX one...
2002-11-21 robertlAnother swing at the illusion that com ports can be...
2002-11-20 robertlAdd tracklog support.
2002-11-20 robertlZero a route head when alloced.
2002-11-20 robertlDisplay alt in a track if we have it.
2002-11-17 robertlLook in text field, too...
2002-11-17 robertlAdd support for Magellan Sportrak.
2002-11-16 robertlHonor unknown alt (make zero) on upload.
2002-11-15 robertlDon't use C++ comments.
2002-11-15 robertlAllow 20 byte waypoint names (wow!) on V. Make runtim...
2002-11-15 robertlsnprintf is C99, not C90.
2002-11-15 robertlUse new 'GPS_Diag' for diagnosing data to/from serial...
2002-11-15 robertlAdd 'GPS_Diag' function to sensibly log data to/from...
2002-11-15 robertlUpdate magellan to read track data into correct interna...
2002-11-14 robertlImplement the "cmt" tag, duplicating to/from descriptio...
2002-11-14 robertlAdd D109 support for newer Garmins.
2002-11-14 robertlMove diag-nose exclusively into debug level 2
2002-11-14 robertlMake debug levels more sensible.
2002-11-14 robertlAdd rtrim to trim those scanf'ed things with all the...
2002-11-14 robertlRespect unknown alt on output.
2002-11-14 robertlTurn on Jeeps debugging via command line.
2002-11-10 robertlUpdates from Nich Heaphy.
2002-11-07 robertlRename TopoMapPro from tmp to tmpro. Thanx, Nick!
2002-11-06 robertlAdd sketchy pointy clicky thingy wrapper in TK.
2002-11-06 robertlAdd TopoMapPro. From Nick Heaphy.
2002-11-05 robertlRemove free from get_options. Thanx, Alex!
2002-11-05 robertlAdd find waypt by name.
2002-11-05 robertlAdd target-specific init options to all file formats.
2002-11-05 robertlRename our "round" to "si_round".
2002-11-01 robertlFix bug parsing MDY in magproto.
2002-11-01 robertlGPX: Don't emit name and descr if we don't have them.
2002-10-29 robertlAdd undocumented (grrr) trkseg tags to gpx track handling.
2002-10-29 robertlAdd validator for GPX output.
2002-10-29 robertlAdd chicago tracklog, as created by mapsend.
2002-10-29 robertlAdd ability to read track files to Magellan mapsend.
2002-10-25 robertlClean up a few missing prototypes, normalize calls...
2002-10-25 robertlAdd 'notes' to struct waypoint for Ron.
2002-10-23 robertlAlex provides a new README.psp.
2002-10-23 robertlBetter quadrant mapping for MS pushpin. Add README...
2002-10-23 robertlComment fix.
2002-10-22 robertlPick up missed fix for route_head_alloc.
2002-10-22 robertlBring in magellan route parsing code I'd had laying...
2002-10-22 robertlStart sketching in routing functions.
2002-10-22 robertlFrom Peter Roosen
2002-10-22 robertlAdd unknonw alt support for Cetus. From Ron Parker.
2002-10-18 robertlFix patch botch.
2002-10-18 robertlFinish up gpspilot support. Thanx to Ron Parker!
2002-10-18 robertlComplete Magellan Navigator support. Thanx to Ron...
2002-10-17 robertlFinish magellan nav companion. From Ron Parker.
2002-10-16 robertlSketch in Groundspeak GPX fields. With this in place...
2002-10-16 robertlIcon_descr is the description, not the icon text. ...
2002-10-12 robertlIgnore extra fields on read, per Ozi developer.
2002-10-11 robertlAdd waypt_del().
2002-10-11 robertlAdd support for new undocumented Ozi fields (grrr)...
2002-10-10 robertlAdd doc for Natl Geo Topo format. From Alex Mottram.
2002-10-10 robertlAdd national geographic topo format. F rom Alex Mottram.
2002-10-10 robertladds Topo! support and implements mkshort in .psp,
2002-10-10 robertlFix crash in garmin when uploading waypoints w/o descri...
2002-10-10 robertlOpen Palm files in binary format for lame-o OS'es that...
2002-10-06 robertlTigthten up cdata concatenation.
2002-10-06 robertlOK, Mottram warned me.
2002-10-06 robertlAdd topousa4/xmap format.
2002-10-02 robertlAdd a 'release' target to automate that process.
2002-10-02 robertlMore fixes from Alex for csv_util.c
2002-10-01 robertlAdd Navitrak DNA format, from Tim Zickus, tez@zickus.com
2002-10-01 robertlStupid windows doesn't get feof right, so add test...
2002-10-01 robertlFix braino in cleansing functions.
2002-10-01 robertlAdd "cleansing" functions to eliminate illegal characte...
2002-10-01 robertlAdd comment for someone with Garmins to fix up the...
2002-10-01 robertlExplain where to get expat.
2002-09-26 robertlcsv fix from Alex.
2002-09-24 robertlMore precise PI.
2002-09-23 robertlBe stricter about signed/unsigned comparisons and conve...
2002-09-23 robertlSet endianness before marching on.
2002-09-23 robertlChanges in the various binary file formats to improve...
2002-09-20 robertlAdd doc for Holux, from Jochen.
2002-09-20 robertlBetter respect for waypoint const-ness. From Alex.
2002-09-20 robertlAdd holux case.
2002-09-20 robertlInclude full GPX schema header. Derived from patch...
2002-09-20 robertlHolux changes from Jochen
2002-09-19 robertlAdd tiger reads & testsuite.
2002-09-19 robertlFix double close.
2002-09-19 robertlTighten the 'const' screws a little more to help Alex...
2002-09-19 robertlConstify fprintdms.
2002-09-19 robertlMisc code cleanups from Alex.
2002-09-18 robertlMight as well optimize the windows build.
2002-09-18 robertlFix garmin crash.
2002-09-18 robertlHandle null description in output.
2002-09-18 robertlUnify out of memory libc handling.
2002-09-18 robertl_mknshort isn't a legal identifier.
2002-09-18 robertlUpdate holux from jochen@bauerbahn.net
2002-09-18 robertl1. add csv_util.c and csv_util.h
2002-09-18 robertlFrom Alex Mottram:
2002-09-18 robertlAdd words on Garmin.
2002-09-17 robertlA multitude of portability and cleanliness fixes. ...
2002-09-17 robertlFix call to ovecs->deinit.
next